You can use code similar to the following whenever you want to use the PESetMinimumSectionHeight to set the minimum height for a section in a report:
LOCAL Area, Height
Area = PE_HEADERSECTION
&&Set the area of the header section
Height = 1440
&& Set the height in twips
IF PESetMinimumSectionheight (Job, Area, Height) = .F.
&& Handle error
ENDIF
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |